Small documentation fix.
authorPhilip Withnall <philip@tecnocode.co.uk>
Wed, 28 Jan 2009 20:35:35 +0000 (20:35 +0000)
committerPhilip Withnall <pwithnall@src.gnome.org>
Wed, 28 Jan 2009 20:35:35 +0000 (20:35 +0000)
2009-01-28  Philip Withnall  <philip@tecnocode.co.uk>

* gtk/gtktreeview.c: Small documentation fix.

svn path=/trunk/; revision=22247

ChangeLog
gtk/gtktreeview.c

index 7606de78e5773af5391389c59a6cf99e2b56d1f8..c07578f7d0705cd59c7dfc0d9a909feb664483c8 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2009-01-28  Philip Withnall  <philip@tecnocode.co.uk>
+
+       * gtk/gtktreeview.c: Small documentation fix.
+
 2009-01-27  Matthias Clasen  <mclasen@redhat.com>
 
        * gtk/gtkentry.c: Use the get_text_area_size vfunc to make
index 70a02689e6a690b1bdcd18b92f4d675e1df21a6c..cd0caceaa924c0a8b423cd71d3091d2cd17d9dd2 100644 (file)
@@ -14021,7 +14021,7 @@ gtk_tree_view_set_search_equal_func (GtkTreeView                *tree_view,
  * gtk_tree_view_get_search_entry:
  * @tree_view: A #GtkTreeView
  *
- * Returns the GtkEntry which is currently in use as interactive search
+ * Returns the #GtkEntry which is currently in use as interactive search
  * entry for @tree_view.  In case the built-in entry is being used, %NULL
  * will be returned.
  *